home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / KEmorph.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  169b  |  13 lines

  1. #ifndef _KEMORPH_H_
  2. #define _KEMORPH_H_
  3.  
  4. enum
  5. {
  6.     MORPHKEY_LINK   = 1001,
  7.     MORPHKEY_BIAS    = 1002, // real
  8.     MORPHKEY_CUBIC    = 1003, // bool
  9.  
  10.     MO_DUMMY
  11. };
  12.  
  13. #endif